Skip to main content

Scheduling Booking

To launch Scheduling Booking screen as Activity, just call MeetingDoctorsClient’s openSchedulingBookingVC() method.

If you need the Scheduling Booking as Fragment, you should call to launchSchedulingBookingVCFragment(activity: AppCompatActivity, @IdRes frameLayoutContainer: Int, currentFragment: Fragment?)

Params:

  • activity: Activity where you want load the fragment
  • frameLayoutContainer: Your fragment container
  • currentFragment: If you want to hide your current fragment and show the Scheduling Booking fragment, put here your current fragment (To save the fragment instance). If you want to replace the fragment ignore this param.